www.gusucode.com > 网域标准通用企业自助建站系统正式版 2009 > 网域标准通用企业自助建站系统正式版 2009.18/网域公司企业网站管理系统ACCESS和SQL正式版/网域公司企业网站管理系统SQL正式版/EnCompHonorBig.asp

    <!--#include file="Inc/conn.asp"-->
<%dim id
id=request.QueryString("id")%>
<html>
<head>
<title>Image</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from CompHonorzwb where id="&id,conn,1,1
%>
<%if trim(rs("CompHonor"))<>"" then
	  response.write "<div align='center'><img src="&trim(rs("CompHonor"))&" border=0 ></div>"
else
	  response.Write "<img src=img/nopic.jpg width=65 height=96 alt=No Image!>"
end if%>
<div align="center"><BR>
  <%=trim(rs("Enexplain"))%><BR>
</div>
<%
rs.close
set rs=nothing
%>
</body>
</html>